Dew Math for .NET
|
Sine and cosine in single pass.
Parameters |
Description |
[In] double X |
Defines argument for sin and cos functions. |
out double SinX |
Returns the hyperbolic sine. |
out double CosX |
Returns the hyperbolic cosine. |
Computes sine and cosine in one pass. Call this routine if you require sine and cosine.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|